home *** CD-ROM | disk | FTP | other *** search
-
- NAME
- halt_dequeue, restart_dequeue - halt and restart dspd processing in
- an orderly fashion
-
- SYNOPSIS
- halt_dequeue
- restart_dequeue
-
- DESCRIPTION
- halt_dequeue sends SIGUSR1 to dspd which responds by refusing
- to start new processing and exiting when it is finished it's
- current jobs. This is much better than sending say, SIGTERM
- to dspd, because that will have no effect on the child processes
- with the result that they are never waited for by dspd.
-
- restart_dequeue starts up dspd, provided one is not already running.
-
- SEE ALSO
- dspd(1)
-
-
-
-